func html/template.isComment
6 uses
html/template (current package)
context.go#L181: func isComment(s state) bool {
escape.go#L264: if isComment(c.state) {
escape.go#L781: } else if isComment(c.state) && c.delim == delimNone {
escape.go#L801: if c.state != c1.state && isComment(c1.state) && c1.delim == delimNone {
escape.go#L826: if !isComment(c.state) || c.delim != delimNone {
transition.go#L231: if c.element == elementScript && (isInScriptLiteral(c.state) || isComment(c.state)) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)